FlowDocumentSynchronizer Properties
An object defining properties for the FlowDocumentSynchronizer class.
TargetType
Defines the type of the target in the synchronization process.
Type: DocumentSynchronizerTargetType
Accepted Values:
Name Value Document 0 TableOnTheDocument 1 DetailsOnTheDocument 2 TableOnTheDatabase 3 ExecuteIntegrationQuery 4 DetailsGridOnTheDocument 5
TargetTableName
The name of the table in the target document.
Type: string
Key
A unique identifier for the workflow step.
Type: string
TargetConnectionName
The name of the connection for the target document.
Type: string
Fields
Represents a list of fields used for mapping between source and target documents.
Type: List<FlowMatchingOptionsField>
WorkflowCodeInstance
The workflow code instance associated with the flow object.
Type: IWorkflowCode
CachedDMObjects
The cached document management objects related to the flow object.
Type: IRuntimeDMObjects
HideSystemFields
Determines whether system fields are hidden during synchronization.
Type: bool
TypeCode
The type code associated with the flow object.
Type: WorkflowItemTypeCode
Accepted Values:
Name Value FlowComment -1 FlowStart 10 FlowEnd 11 FlowPosition 15 FlowAssign 21 FlowCompare 22 FlowOr 24 FlowAnd 25 FlowMail 26 FlowProfession 27 FlowDepartment 28 Variable 30 FlowScript 31 FlowNode 33 FlowGroup 37 FlowTimer 39 FlowTimerStarter 40 FlowTimerStopper 41 FlowApprovalCancellar 42 Pauser 44 SubFlowCall 51 SubFlowBegin 52 SubFlowEnd 53 FlowPushNotification 54 FlowDocument 56 FlowCreateDocument 57 FlowDocumentSynchronizer 58 FlowStarterPosition 59 FlowDocumentState 63 FlowUniqueIdCreator 65 FlowSetDocumentId 66 FlowDeleteDocument 67 FlowPDFExport 68 FlowXMLExport 69 FlowMailSender 75 FlowParallel 79 FlowContinue 80 FlowTrigger 81 FlowActionCreator 82 FlowDigitallySigning 83 FlowGptPrompt 84
ValueType
Indicates the type of the value being synchronized.
ValueSourceType
Indicates the source type of the value in the synchronization process.
Type: int
ResumeOnError
Indicates whether the synchronization process should continue when an error occurs. (Deprecated)
Type: bool
ErrorDescriptionObjectName
Specifies the object name for error descriptions during synchronization. (Deprecated)
Type: string
ErrorOptions
Defines error-related options for the API step.
Type: IFlowErrorOptions
Name
Name for the workflow step.
Type: string
Value
The actual value being synchronized between source and target.
Type: object
SourceDocumentObjectName
The object name of the source document for synchronization.
Type: string
SourceType
Defines the type of the source in the synchronization process.
Type: DocumentSynchronizerSourceType
Accepted Values:
Name Value Document 0 TableOnTheDocument 1 DetailsOnTheDocument 2 DetailsGridOnTheDocument 3
TargetQueryName
The name of the query used for the target document.
Type: string
SourceDetailName
The detail name associated with the source document.
Type: string
TargetDocumentObjectName
The object name of the target document for synchronization.
Type: string
TargetDetail
The detail associated with the target document.
Type: string
Caption
The caption dictionary representing localized captions for the flow object.
Type: Dictionary<string, string>